-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New architecture #33
New architecture #33
Conversation
…to match android package name
src/RnExecutorch.ts
Outdated
DEFAULT_SYSTEM_PROMPT, | ||
DEFAULT_CONTEXT_WINDOW_LENGTH, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
picky, I know, but better keep it in alphabetical order (revert this line swap)
EOT_TOKEN, | ||
} from './constants'; | ||
import { ResourceSource, Model } from './types'; | ||
} from './constants/constants'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also, maybe not for now, but the naming looks off (constants file inside constants dir) just a thought tho
Description
Migrated react native executorch library to new architecture, implemented new version of event emitters offered by new architecture, adjusted native code to implement codegen generated classes also updated react native version to 0.76 and changed folder structures so it's more self explanatory.
Type of change
Tested on
Testing instructions
Screenshots
Related issues
Checklist
Additional notes